home *** CD-ROM | disk | FTP | other *** search
- set cnfdir = "CNF\"$screenw"x"$screenh"."$ncolors
-
- if (! -e "~\"$cnfdir) then
- if ($ncolors >= 16) then
- cp -Rn ~\CNF\640x480.16 "~\"$cnfdir
- else
- cp -Rn ~\CNF\640x400.2 "~\"$cnfdir
- endif
- endif
- set deskfile = $cnfdir"\DESK.NDS"
- set initfile = $cnfdir"\INIT.NDS"
-
- unset cnfdir
-
- cd ~
- source $deskfile
-